home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-24 | 861 b | 23 lines | [TEXT/KAHL] |
- // File "windows.h" -
- // This header file is Copyright Matt Slot & Slot-Machines Ltd., © 1994
-
- typedef pascal WindowPtr (*NewWindowProc)(Ptr wStorage, Rect *bounds, StringPtr title,
- short visFlag, short wDefProcID, WindowPtr behind, short goAwayFlag, long refcon);
-
- // * ****************************************************************************** *
- // * ****************************************************************************** *
- // Function Prototypes
-
- void DoCreateWindow(void);
- void DoDisposeWindow(void);
-
- void DoClickWindow(void);
- short DoKeydownWindow(void);
- void DoZoomWindow(short zoomPart);
- void DoUpdateWindow(void);
- void DoRevealWindow(short reveal);
- void DoIdleWindow(void);
-
- pascal WindowPtr SmartNewWindow(Ptr wStorage, Rect *rBounds, StringPtr title,
- short visFlag, short wDefProcID, WindowPtr behind, short goAwayFlag, long refCon);
-